home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / medical / mendelge.cpt / MendelGenetics / MENDELIAN GENETICS I / card_53332.txt < prev    next >
Text File  |  1989-06-13  |  3KB  |  160 lines

  1. -- card: 53332 from stack: in
  2. -- bmap block id: 53751
  3. -- flags: 0000
  4. -- background id: 2665
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=334 top=164 right=186 bottom=434
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 1
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   global guess
  23.   add 1 to guess
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 8003
  31. -- rect: left=335 top=190 right=212 bottom=435
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: 2
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   global guess
  43.   add 1 to guess
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 3 (button)
  49. -- low flags: 00
  50. -- high flags: 8003
  51. -- rect: left=335 top=215 right=237 bottom=435
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: 3
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   global guess
  63.   add 1 to guess
  64.   hide card field cover
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 4 (button)
  70. -- low flags: 00
  71. -- high flags: 8003
  72. -- rect: left=336 top=242 right=264 bottom=436
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: 4
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   global guess
  84.   add 1 to guess
  85. end mouseUp
  86.  
  87.  
  88.  
  89. -- part 5 (button)
  90. -- low flags: 00
  91. -- high flags: 8003
  92. -- rect: left=336 top=268 right=290 bottom=436
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 0 / 0
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: 5
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   hide card field "cover"
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 6 (field)
  109. -- low flags: 00
  110. -- high flags: 0001
  111. -- rect: left=4 top=197 right=306 bottom=239
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 0 / 0
  114. -- text alignment: 0
  115. -- font id: 3
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: cover
  120.  
  121.  
  122. -- part 7 (button)
  123. -- low flags: 00
  124. -- high flags: 8003
  125. -- rect: left=337 top=297 right=319 bottom=437
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 0 / 0
  128. -- text alignment: 1
  129. -- font id: 0
  130. -- text size: 12
  131. -- style flags: 0
  132. -- line height: 16
  133. -- part name: RESTORE
  134. ----- HyperTalk script -----
  135. on mouseUp
  136.   global correct
  137.   add 1 to correct
  138.   show card field "cover"
  139.   go next
  140. end mouseUp
  141.  
  142.  
  143.  
  144. -- part contents for background part 1
  145. ----- text -----
  146. QUIZ
  147.  
  148. -- part contents for background part 2
  149. ----- text -----
  150. 4Q. How many different types of genotypes will be produced in the F2 of a cross where only 1 gene pair was segregating?
  151.     1. 1
  152.     2. 2
  153.     3. 3
  154.     4. 4
  155.     5. None of the above
  156.  
  157.  
  158.  
  159.  
  160. Correct! The function describing the number of genotypes in the F2 is 3 raised to the n power. Thus, in this question, a single gene pair is 3^1 or 3. If you missed this question and the previous one, you may want to refer to the brief exercise in which various genetic components are calculated on the basis of the number of independently segregating genes.